home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-09-27  |  174 b   |  12 lines

  1. on(press){
  2.    _root.customPlay = true;
  3.    if(_root.loadedIt != 1)
  4.    {
  5.       _root.stat._visible = true;
  6.    }
  7.    else
  8.    {
  9.       _root.gotoAndStop("game");
  10.    }
  11. }
  12.